-
My code I want to create responsive horizontal cards but failing in all cases. I kind of tried to give …
- 364 views
- 2 answers
- 0 votes
-
I’m working on styling a long unwieldy web page and I’m trying to implement grid in order to rearrange elements. …
- 308 views
- 0 answers
- 0 votes
-
Im trying to make a layout with overflow, but my columns are not the same size. Usually all answers propose …
- 341 views
- 0 answers
- 0 votes
-
I have grid with lot of columns (12 columns), I wrote a column template which is applicable for all device …
- 321 views
- 0 answers
- 0 votes
-
In my HTML, I have one header one subheader one paragraph one image With the HTML below, how can I …
- 332 views
- 2 answers
- 0 votes
-
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question …
- 322 views
- 0 answers
- 0 votes
-
I’m trying to set up a grid with CSS and for some reason the elements that I defined to go …
- 316 views
- 1 answers
- 0 votes
-
hello I´m using display: grid to render a list of boxes .boxes { display: grid; grid-template-columns: repeat(3, 1fr); } .box …
- 306 views
- 0 answers
- 0 votes
-
I’ve made a row with for columns where each of them has a social media icon. For every row there …
- 335 views
- 0 answers
- 0 votes